SharedAPI
The Shared API
allows you to create and manage shareable links with specific functionalities, such as starting workflows, filling out forms, and accessing files within a document management system. This API facilitates controlled access to resources by configuring various parameters such as link type, expiration, user permissions, and view settings.
Methods
Name | Description |
---|---|
SetUrl(url) | Sets the API URL for requests. |
CreateLink(data, telemetryCollectorHolder) | The CreateLink() method is responsible for generating shareable links based on the specified request data. This method allows for creating links that can be used to perform various actions such as starting a process, filling out forms, or accessing specific items or pages within the system. The method supports customization through several parameters, including the ability to limit the number of accesses, control the display of embedded views, and define access permissions based on the user, link status, expiration date, and language. Additionally, it allows hiding specific UI elements through the ViewHideInfo parameter and can be tied to a delegation through the DelegationId . |